gtk_widget_set_property(): use accessors instead of setting flags
authorMichael Natterer <mitch@gimp.org>
Fri, 4 Sep 2009 13:18:24 +0000 (15:18 +0200)
committerMichael Natterer <mitch@gimp.org>
Fri, 4 Sep 2009 13:18:24 +0000 (15:18 +0200)
commit6ee228a36349a26a96a5e51d31d055be45b712be
tree62432b2db1f10c966c5570e7110c4f06394f417b
parent026bea22934e79b94ac6b28f3b08ca78046bfabc
gtk_widget_set_property(): use accessors instead of setting flags

Use the newly added accessors to set the "can-focus", "can-default"
and "receives-default" properties.
gtk/gtkwidget.c